home *** CD-ROM | disk | FTP | other *** search
-
- A RunBack style program which use parm.library. Runs programs
- in WB mode from any CLI. Programs are fully detached. The
- program you run must support WB startup.
- WBRun is not really pure but can be made resident.
-
- Usage:
-
- WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec]
-
- if you type:
-
- WBRun ?
-
- you will get this command template
-
- Prog/A,Args/M,STACK/K/N,PRI/K/N,DELAY/K/N:
-
- that is to say, Prog must be specified, and other args are optionnal.
-
- Stack will overide icon stack if specified, so use with great care.
- Default stack size will be current stack size of the CLI if no icon.
- Pri is 0 by default.
- Delay is in seconds. WBRun will wait this delay once prog is loaded
- and run, and can be used to prevent disk trashing in script files.
-
- Authors: Sylvain Rougier, Pierre Carrette.
-
- Enjoy.
-
-